Skip to content

notareaperbutDR34P3r/http-vuln-CVE-2022-41082

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

UPDATED VERSION ALLOWS FOR HTTPS CHECK AS WELL

exchange-vuln-check.nse

FOR HTTP:

nmap -p80 <target-ip> --script exchange-vuln-check.nse

FOR HTTPS:

nmap -p443 <target-ip> --script exchange-vuln-check.nse

SAVE RESULTS IN A FILE

nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt

http-vuln-CVE-2022-41082

Microsoft Exchange Server Remote Code Execution Vulnerability.

nmap -p <port> --script vuln-CVE-2022-41082 <target>

About

Microsoft Exchange Server Remote Code Execution Vulnerability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages